From: Glenn Morris Date: Thu, 26 Feb 2009 03:54:01 +0000 (+0000) Subject: (c-style-variables-are-local-p): Mark as safe if boolean. (Bug#2197) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1536 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2c0ff8d9e6774f1380a4dd7d6db5fec2d9ee568f;p=emacs.git (c-style-variables-are-local-p): Mark as safe if boolean. (Bug#2197) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 46c6211d8b4..7d2262e197a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2009-02-26 Glenn Morris + + * progmodes/cc-vars.el (c-style-variables-are-local-p): + Mark as safe if boolean. (Bug#2197) + +2009-02-26 Tobias C. Rittweiler (tiny change) + + * mail/sendmail.el (sendmail-send-it): `call-process-region' can + return a string. (Bug#2428) + 2009-02-25 Juanma Barranquero * bs.el (bs--down): diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index e3d111885b8..fa5aa538d72 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -1366,6 +1366,7 @@ The list of variables to buffer localize are: c-special-indent-hook c-indentation-style" :type 'boolean + :safe 'booleanp :group 'c) (defcustom c-mode-hook nil